[]
        
(Showing Draft Content)

C1.DataCollection.C1DelegateList-1.Remove

Remove Method

Remove(T)

Declaration
public bool Remove(T item)
Public Function Remove(item As T) As Boolean
Parameters
Type Name Description
T item
Returns
Type Description
bool
Implements

Remove(object?)

Declaration
public void Remove(object? value)
Public Sub Remove(value As Object)
Parameters
Type Name Description
object value
Implements